Cis Task Progress
Cis Task Progress
The Cis Task Progress schema contains information describe the progress of an operation.
This schema was added in vSphere API 6.7.
JSON Example
{
"total": 0,
"completed": 0,
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
integer As int64
As int64
total
Required
Total amount of the work for the operation.
This property was added in vSphere API 6.7.
integer As int64
As int64
completed
Required
The amount of work completed for the operation. The value can only be incremented.
This property was added in vSphere API 6.7.
message
Required
Message about the work progress.
This property was added in vSphere API 6.7.